home *** CD-ROM | disk | FTP | other *** search
/ SGI Enlighten DSM 3.1 / SGI EnlightenDSM 3.1.iso / DEC3240 / COMMON.Z / COMMON / config / params < prev    next >
Text File  |  1999-04-16  |  9KB  |  271 lines

  1. #
  2. # Copyright (c) 1990-1999 Enlighten Software Solutions, Inc.
  3. #            -- All Rights Reserved --
  4. #
  5.  
  6. #
  7. # Parameter file for DEC OSF/1 
  8. #
  9.  
  10. #
  11. # Default ENLIGHTEN port
  12. #
  13. ENLPORT         4630
  14.  
  15. #
  16. # Some boolean parameters. If they have are defined and have a value greater
  17. # than zero (0), then they will be "true".
  18. #
  19. # NOPRIMGROUP: If true, then users will not be added to the /etc/group file
  20. #              for their primary group. Secondary groups will still be
  21. #              added to the file.
  22. #
  23. # NOOFFICETEL: If true, then the user will NOT be forced to enter data into
  24. #              the office and telephone fields in the Add User form. Instead,
  25. #              they will be asked to confirm the empty fields.
  26.  
  27. NOPRIMGROUP       0
  28. NOOFFICETEL       0
  29.  
  30. #
  31. # The following command should produce a list of UID's which have been 
  32. # retired. ENLIGHTEN will not assign any UID found in this list (one UID per
  33. # line) to a new user account or to an account being modified.
  34. #
  35. # To activate it, remove the comment character (#) and enter modify 
  36. # the command to meet yout requirements
  37. #
  38.  
  39. #RETIREDUIDS      /bin/true
  40.  
  41.  
  42.  
  43. #============================================================================
  44. #                                                                           #
  45. #   Do yourself a favor and don't mess with the values below this line     #
  46. #                                                                           #
  47. #============================================================================
  48.  
  49. #
  50. # Some window configuration files
  51. #
  52. WINOUT_NET        $ENLIGHTEN/config/winn.out
  53. WINOUT            $ENLIGHTEN/config/win.out
  54.  
  55. # Some configuration files
  56. CMDSFILE          $ENLIGHTEN/config/cmds           # Command mapping file
  57. QPFILE            $ENLIGHTEN/config/qpfile         # Quick-pic configuration
  58. LPFILE            $ENLIGHTEN/config/lpfile         # Printer access command
  59. NEWMENFILE        $ENLIGHTEN/config/newmen         # Extendible menu entries
  60. ALDPARAMS         $ENLIGHTEN/config/aldparams      # Autologout parameters
  61. USERDEFAULTS      $ENLIGHTEN/config/userdefaults   # Default user account info
  62. PWGRSORT          $ENLIGHTEN/config/pwgrsort       # Passwd/group sorting pref.
  63. BUNCHFILE         $ENLIGHTEN/config/bunch          # Network account bunching
  64. SESSIONPARAMS     $ENLIGHTEN/config/session        # Session preferences
  65. CMDLOGFILE        $ENLIGHTEN/config/enlcmds.log    # Command logfile
  66. HOSTSALLOW        $ENLIGHTEN/config/hosts.allow    # List of hosts enld accepts
  67.  
  68. # Backup configuration directories
  69. LASTUTAR          $ENLIGHTEN/config/backup/log/lastutar
  70. BACKUPDIR         $ENLIGHTEN/config/backup
  71. BAREGULAR         regular
  72. BARAW             raw
  73. BAREEL            reel
  74. BACART            cart
  75. BA8MM             8mm
  76. BACKUPJOBS        $ENLIGHTEN/config/backup/jobs
  77.  
  78. # ASCII to Postscript converter dictionary file
  79. PSDICT            $ENLIGHTEN/config/dict.ps
  80.  
  81. # Some system configuration and log files
  82. GROUP             /etc/group      # Name of group file 
  83. PASSWD            /etc/passwd     # Name of password file 
  84. SHADOW            /etc/shadow     # Name of shadow password file 
  85. NOLOGIN           /etc/nologin    # Name of nologin file 
  86. U_UNIVERSE        /etc/u_universe # Name of universe file  (Pyramid)
  87. INITTAB           /etc/inittab    # Name of inittab file (AT&T)
  88. GETTYTAB          /etc/gettytab   # Name of "getty" definitions file (AT&T)
  89. TTYTAB            /etc/ttytab     # Name of ttyent file.
  90. TTYS              /etc/ttys       # Name of ttys file (Berkley)
  91. GETTYDEFS         /etc/gettydefs  # Name of "getty" definitions file (UCB)
  92. TTYTYPE           /etc/ttytype    # Name of ttytype file 
  93. SULOG             /usr/adm/sulog  # Name of AT&T "su" command log file.
  94. SUS               /usr/adm/sus    # Name of Berkley "su" command log file.
  95. SUMESSAGES        /usr/adm/messages  # Messages file for Berkeley
  96. ETCGETTY          /usr/etc/getty  # Name of getty program
  97. ETCSHELLS         /etc/shells     # Allowable shells
  98. ETCHOSTS          /etc/hosts      # List of network hosts
  99. FSTAB             /etc/fstab      # File systen table
  100.  
  101. # Name of autologout daemon user file containing logout criteria
  102. ALDFILE           $ENLIGHTEN/logout/.autologout
  103.  
  104. # Name of autologout daemon log file
  105. ALDLOG            $ENLIGHTEN/logout/autologout.log
  106.  
  107. # Name of directory containing help texts.
  108. BIG_HELP          $ENLIGHTEN/help/bighelp
  109. MINI_HELP         $ENLIGHTEN/help/minihelp
  110. SMALL_HELP        $ENLIGHTEN/help/smallhelp
  111. FORM_HELP         $ENLIGHTEN/help/form
  112. MENU_HELP         $ENLIGHTEN/help/menu
  113. MAIN_HELP         $ENLIGHTEN/help/help
  114. ONLINE_HELP       $ENLIGHTEN/help/C
  115.  
  116. # Directory containing form letters
  117. FORMLETTER        $ENLIGHTEN/config/formlet
  118.  
  119. # Major device number of normal TTYs
  120. TTYMAJOR          7              # For Sequent DYNIX
  121.  
  122. # Temporary ENLIGHTEN work directory
  123. WORKDIR           $ENLIGHTEN/work
  124.  
  125. # First word in each "lpstat -v" output"
  126. DEVICE            device
  127.  
  128. # First word in "lpstat -p" output in printer status line(s).
  129. PRINTER           printer
  130.  
  131. # Third word in output to determine is printer is disabled or not
  132. DISABLED          disabled
  133.  
  134. # Second word in a line from lpstat -a to determine if a printer is
  135. # accepting requests
  136. ACCEPTING         accepting
  137.  
  138. # Berkley Spooler printcap file
  139. PRINTCAP          /etc/printcap
  140.  
  141. # Name of system startup Shell script in which to initiate the autologout daemon
  142. RCLOCAL           /etc/rc.local
  143.  
  144. # Name of file in which the security audit report is to be made
  145. REPORT            $ENLIGHTEN/secure/report
  146. NETREPORT         $ENLIGHTEN/secure/netreport
  147.  
  148. # Name of lock file for disk watchdog.
  149. DFTLOCK           $ENLIGHTEN/watchdog/lockdisk
  150. WATCHDOGLOG       $ENLIGHTEN/watchdog/watchdoglog
  151. DWDFORM           $ENLIGHTEN/watchdog/dwdform
  152. DISKDOG           $ENLIGHTEN/watchdog/diskdog
  153. SWAPDOG           $ENLIGHTEN/watchdog/swapdog
  154. PRNTDOG           $ENLIGHTEN/watchdog/prntdog
  155. HOSTDOG           $ENLIGHTEN/watchdog/hostdog
  156. FILEDOG           $ENLIGHTEN/watchdog/filedog
  157. NETDWDFORM        $ENLIGHTEN/watchdog/netdwdform
  158. NETDISKDOG        $ENLIGHTEN/watchdog/netdiskdog
  159. NETSWAPDOG        $ENLIGHTEN/watchdog/netswapdog
  160. NETPRNTDOG        $ENLIGHTEN/watchdog/netprntdog
  161. NETHOSTDOG        $ENLIGHTEN/watchdog/nethostdog
  162. NETFILEDOG        $ENLIGHTEN/watchdog/netfiledog
  163.  
  164. LPHOME            /usr/spool/lpd
  165. SCHEDLOCK         /usr/spool/lp/SCHEDLOCK
  166. MODELS            $ENLIGHTEN/models
  167. MEMBER            $ENLIGHTEN/lpr
  168. LPRDRIVER         $ENLIGHTEN/bin/mylpr
  169. CLASS             /usr/spool/lp/class
  170. LPDEFAULT         /usr/spool/lp/default
  171. INTERFACE         $ENLIGHTEN/lpr
  172. REMLPPLATE        $ENLIGHTEN/config/remlp.plate
  173. COMPLETE          $ENLIGHTEN/lpr/.complete
  174.  
  175. NETGROUP          $ENLIGHTEN/netgroup
  176. DEFNETGRP         $ENLIGHTEN/config/defnetgrp
  177.  
  178. ENLTMPDIR         $ENLIGHTEN/tmp
  179. SUGGESTIONS       $ENLIGHTEN/config/suggestions
  180. REMEDIES          $ENLIGHTEN/config/remedies
  181. LICENSEFILE       $ENLIGHTEN/config/license.dat
  182. HOSTSFILE         $ENLIGHTEN/config/hosts.dat
  183.  
  184. OVERRIDEDIR       $ENLIGHTEN/config/overrides
  185. USERTEMPLATES     $ENLIGHTEN/config/user-templates
  186. SCHEDBACKUPS      $ENLIGHTEN/config/backup
  187. REMOTEFILEDIST    $ENLIGHTEN/config/rfd
  188. RFDJOBS           $ENLIGHTEN/config/rfd/jobs
  189. RFDLOGFILEDIR     $ENLIGHTEN/config/rfd/logfiles
  190. ARCHLOGFILEDIR    $ENLIGHTEN/config/backup/logfiles
  191. LOCALCRONUSER     root
  192. CRONSTATDIR       /var/adm/cron
  193. CRONTABDIR        /var/spool/cron/crontabs
  194. ALIASES_FILE      /var/adm/sendmail/aliases
  195.  
  196. RESOLVCONF        /etc/resolv.conf
  197. AUTOHOME          /etc/auto_home
  198. NETMASKS          /etc/netmasks
  199. NETRC             /etc/rc.local
  200.  
  201. RESOLVCONF     /etc/resolv.conf
  202. NSSWITCH     /etc/nsswitch.conf
  203. NETGROUP     /etc/netgroup
  204. ETCPASSWD     /etc/passwd
  205. ETCGROUP     /etc/group
  206. SERVICES     /etc/services
  207. NAMEDPID     /etc/named.pid
  208. NAMEDRC         /etc/rc.local
  209. NAMEDCA         $ENLIGHTEN/config/db.cache
  210. NISSERVER     yes
  211. NISPLUSSERVER    no
  212. RCFILE         /etc/rc.local
  213. YPMAKE         /var/yp/Makefile
  214. ALIASES         /var/adm/sendmail/aliases
  215. YPDIR         /var/yp
  216. SSERVER_KEY     ypserv
  217. MSERVER_KEY     ypserv
  218. CLIENT_KEY     passwd.adjunct
  219. FSTAB          /etc/fstab 
  220. DFSTAB          /etc/exports 
  221. FSTAB_OPT      -
  222.  
  223. HOSTSEQU         /etc/hosts.equiv
  224. CRONTABDIR       /var/spool/cron/crontabs
  225. PRINTCAP         /etc/printcap
  226. HOSTSLPD         /etc/hosts.lpd
  227. LPDRC            /etc/rc
  228.  
  229. SHUTPID           $ENLIGHTEN/config/.shutdown
  230. USERAUTHDIR       $ENLIGHTEN/config/userauth
  231.  
  232. XENLNTIMEOUTMINUTES    10
  233. RENLDCIDLEMINUTES    240
  234. CREATESNAPTIMEOUTMINUTES    40
  235. SPAWNRENLDCTIMEOUTSECONDS    60
  236. HANDSHAKETIMEOUTSECONDS        180
  237. RPCCLIENTTOGUIATTEMPTS        10
  238. RPCCLIENTTOGUIMINDELAY        20
  239. HANDSHAKEPINGDELAY        120
  240. HANDSHAKEPINGMINDELAY        15
  241. HANDSHAKEATTEMPTS        10
  242. PINGWAIT            240
  243. RPCWRITEWAIT            30
  244. RENLDCRPCWRITEWAIT        240
  245.  
  246. # timeouts associated with renldc ping'ing xenln
  247. MINWAIT        10
  248. MAXWAIT        30
  249.  
  250. # timout for Status Map's Query Events
  251. SMQUERYTIMEOUT_MIN    5
  252.  
  253. # Audit Log Facility:    enable = 1, disable = 0
  254. AUDIT_LOG        0
  255.  
  256. # option to disable home directory during account creation
  257. # if value is not 1, the home directory will not be created
  258. # or delete on account deletion
  259. CREATEHOMEDIR   1
  260.  
  261. HOMEDIRLOCAL    /home
  262. HOMEDIRPASSWD    /home
  263.  
  264. # Dictionary file for 2nd radio button in security/obvious passwords
  265. DICT1           $ENLIGHTEN/config/names
  266. # Dictionary file for 3rd radio button in security/obvious passwords
  267. DICT2           /usr/dict/words
  268.  
  269. # NFS startup
  270. NFSD_PARAMS    8
  271.